add Log
Adds a new chat log to the Firestore database.
Parameters
branch
The chat branch associated with the log.
message List
The list of user messages for this chat log.
Adds a chat log to Firestore. If the log does not have an ID, the operation is skipped.
Parameters
log
The chat log to be added.